go/types.Checker.typ (method)
9 uses
go/types (current package)
decl.go#L433: t := check.typ(typ)
decl.go#L664: t := check.typ(x)
decl.go#L671: return check.typ(x)
expr.go#L1295: if sig, ok := check.typ(e.Type).(*Signature); ok {
expr.go#L1335: typ = check.typ(e.Type)
expr.go#L1638: x.typ = check.typ(e)
interface.go#L181: typ := check.typ(f.Type)
typexpr.go#L138: func (check *Checker) typ(e ast.Expr) Type {
union.go#L145: typ := check.typ(x)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)